GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-07T00:43:19.7965311+00:00",
"SubmitDate": "2026-05-07T00:43:19.7965311+00:00",
"ReportPeriodStart": "2026-05-07T00:43:19.7965311+00:00",
"ReportPeriodEnd": "2026-05-07T00:43:19.7965311+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ac2a9a0-80fa-4ef2-b2bf-c3399abe92b8",
"Rows": [
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ac2a9a0-80fa-4ef2-b2bf-c3399abe92b8",
"Rows": [
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7ada6a9b-fb27-4b77-9f93-15d11df33e7a",
"1c59f136-595e-4367-b546-da63192192ed"
],
"Approvers": [
"291fe3fa-bfe1-4f8e-99b7-dc874dbb95d1",
"56114b16-6687-4b51-b52a-3ad163d8b2ed"
],
"ApprovedBy": "35adacd1-42e1-4114-a5fe-1286aced2cea",
"ApprovalDate": "2026-05-07T00:43:19.8121533+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45741871-da80-41fe-a890-718038b0fa0e",
"id": "31f39dce-44f6-4781-be5e-accf3e17df90",
"ConfigId": "15d6a7e4-a4ea-486f-ae61-c723a4ccc5e2"
},
{
"GenerationDate": "2026-05-07T00:43:19.7965311+00:00",
"SubmitDate": "2026-05-07T00:43:19.7965311+00:00",
"ReportPeriodStart": "2026-05-07T00:43:19.7965311+00:00",
"ReportPeriodEnd": "2026-05-07T00:43:19.7965311+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ac2a9a0-80fa-4ef2-b2bf-c3399abe92b8",
"Rows": [
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ac2a9a0-80fa-4ef2-b2bf-c3399abe92b8",
"Rows": [
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "640b49fe-0cd4-4d1c-90ed-131ac826bca4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7ada6a9b-fb27-4b77-9f93-15d11df33e7a",
"1c59f136-595e-4367-b546-da63192192ed"
],
"Approvers": [
"291fe3fa-bfe1-4f8e-99b7-dc874dbb95d1",
"56114b16-6687-4b51-b52a-3ad163d8b2ed"
],
"ApprovedBy": "35adacd1-42e1-4114-a5fe-1286aced2cea",
"ApprovalDate": "2026-05-07T00:43:19.8121533+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45741871-da80-41fe-a890-718038b0fa0e",
"id": "31f39dce-44f6-4781-be5e-accf3e17df90",
"ConfigId": "15d6a7e4-a4ea-486f-ae61-c723a4ccc5e2"
}
]